Learn R Programming

pomp (version 1.10)

Simulated annealing: Simulated annealing with box constraints.

Description

sannbox is a straightforward implementation of simulated annealing with box constraints.

Usage

sannbox(par, fn, control = list(), ...)

Arguments

par
Initial values for the parameters to be optimized over.
fn
A function to be minimized, with first argument the vector of parameters over which minimization is to take place. It should return a scalar result.
control
A named list of control parameters. See ‘Details’.
...
ignored.

Value

sannbox returns a list with components:

Details

The control argument is a list that can supply any of the following components:

See Also

traj.match, probe.match.